memory error造句
例句与造句
- Memory error check for improperly seated or missing memory
内存错误检查是因为不正确安装或者缺少内存。 - Reference memory error
及参考记忆错误 - Working memory error
13天的工作记忆错误 - Memory error ( data cannot be swapped out to disk using the paging file )
内存错误(数据不能使用分页文件交换到磁盘中) 。 - Video memory error . the bios cannot write to the frame buffer memory on the video card
图像内存错误。 bios不能够写显卡帧缓冲内存。 - It's difficult to find memory error in a sentence. 用memory error造句挺难的
- Max server memory should be set above the sum of these two values to avoid out - of - memory errors
设置为大于这两个值的和,以免出现内存不足错误。 - Please note that out of memory errors may occur before you reach the listed limits
请注意:在达到这些限制条件之前, “内存不足”错误就有可能发生。 - Some devices experience memory errors when they try to display more information than their memory can handle
如果某些设备尝试显示的信息超出了它们的内存能够处理的范围,则会发生内存错误。 - Because no more values will be computed than the rest of the program requires , you need not worry about out - of - memory errors caused by infinite computation
因为不会计算多于程序的其余部分所需要的值,所以不需要担心由无穷计算所导致的out - of - memory错误。 - You might think the answer is " as large as possible , " so that you stave off out - of - memory errors and give your application as much memory as it can use
您可能会认为“越大越好” ,因为这样的话就可以避开out - of - memory错误,并且可以尽量多地为应用程序分配所需的内存。 - Not only can pagination be effective in displaying forms with large amounts of text or data , but pagination also prevents users from encountering this category of memory errors on their devices
分页不仅在显示包含大量文本或数据的窗体时很有效,而且还可以防止在用户的设备上出现这类内存错误。 - Because the collection can keep growing without bound , and doesn t ever get smaller , at some point you can have so many objects in the collection or referenced by elements in the collection that you fill up the heap and get out - of - memory errors
因为集合可以无限制地扩大,并且从来不会变小,所以当您在集合中加入了太多的对象(或者是有很多的对象被集合中的元素所引用)时,您就会因为堆的空间被填满而导致内存耗尽的错误。 - The garbage collector has proved to be generally accurate in determining which objects are dead and then reclaiming their space . so if you are getting out - of - memory errors , it is extremely likely that your application is experiencing " unintentional object retention .
所以,如果您遇到了内存耗尽的错误,那么这完全可能是由您的程序造成的,也就是说您的程序中存在着“无意识的对象保留( unintentional object retention ) ” 。